You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It cannot be overlaid on the standard 3D panel, so I used a separate panel, to display it.
(If there is a way to implement this, please let me know.)
Actually, I am thinking that an official feature should be provided that allows Wrench data to be overlaid on the 3D panel.
One approach would be to write a message converter extension (rather than a panel) that would convert a WrenchStamped message into a Scene Update (with a scene entity). It looks like you could get really close with converting the message into two arrows within the entity. I don't know about the third circular arrow but might be something we can make work.
If you write a message converter, then any topics with WrenchStamped will show up in the existing 3d panel.
As you pointed out, it is difficult to describe CIRCULAR ARROW.
This issue is not at the level where I can implement it immediately,
I hope you will approve this pull request.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have created the panel that visualize to WrenchStamped.msg.
https://docs.ros2.org/foxy/api/geometry_msgs/msg/WrenchStamped.html
It cannot be overlaid on the standard 3D panel, so I used a separate panel, to display it.
(If there is a way to implement this, please let me know.)
Actually, I am thinking that an official feature should be provided that allows Wrench data to be overlaid on the 3D panel.
I made it match the display in Rviz.
https://github.com/user-attachments/assets/4b5fdd5b-4b9b-4d0a-994c-dc39a42dc8b8